| Name | Description | |
|---|---|---|
|  | ImGearXMPArray<T> Constructor | Initializes a new instance of the ImGearXMPArray<T> class. | 
The following tables list the members exposed by ImGearXMPArray<T>.
| Name | Description | |
|---|---|---|
|  | ImGearXMPArray<T> Constructor | Initializes a new instance of the ImGearXMPArray<T> class. | 
| Name | Description | |
|---|---|---|
|  | Count | Gets the number of elements actually contained in the ImGearXMPArray<T>. | 
|  | IsReadOnly | Gets a value indicating whether the object of ImGearXMPArray<T> is readonly. | 
|  | Item | Gets or sets the element at the specified index. | 
| Name | Description | |
|---|---|---|
|  | Add | Adds an object to the end of the ImGearXMPArray<T>. | 
|  | Clear | Removes all elements from the ImGearXMPArray<T>. | 
|  | Contains | Determines whether an element is in the ImGearXMPArray<T>. | 
|  | CopyTo | Copies the entire ImGearXMPArray<T> to a compatible one-dimensional array, starting at the specified index of the target array. | 
|  | GetEnumerator | Returns an enumerator that iterates through the ImGearXMPArray<T>. | 
|  | IndexOf | Searches for the specified item and returns the zero-based index of the first occurrence within ImGearXMPArray<T>. | 
|  | Insert | Inserts an element into the ImGearXMPArray<T> at the specified index. | 
|  | Remove | Removes the first occurrence of a specific object from the ImGearXMPArray<T>. | 
|  | RemoveAt | Removes the element at the specified index of the ImGearXMPArray<T>. | 
|  | ToString | Returns a System.String that represents the current ImGearXMPArray<T>. |